The SiteZAP Plug-in lets you add current SiteZAP variables to an HTML Page. To view the variables, view this page using from a browser using the following URL: http://WWW.YOURSERVER.COM/PlugInDocs/Variables.html.ptz

Just request a standard document like this, only add the .ptz to the end of the reference.
Just enter any of the following variables... (If these values are blank, than you are forgetting to access this file via your Web server and with the .ptz extension.)

<!--SITEZAP_PARSE--> Important to include this tag if you want to have your SiteZAP commands to get translated.
NextUser =
Position =
SecondsRemain =
QueueLength =
State =
QueueContents =
Zoom =
Pan Position =
Tilt Position =
Max Tilt =
Min Tilt =
Max Pan =
Min Pan =
Max Zoom =
Min Zoom =

FullStatus =

Statistics
Pans =
Tilts =
Zooms =
Moves =

If you want to have this page refresh, the Meta Refresh line at the top must be modifed to have your IP address in liew of WWW.YOURSERVER.COM.

<--meta http-equiv="refresh" content="10; URL=http://WWW.YOURSERVER.COM/PlugInDocs/Variables.html.ptz"-->

Content=10 means update every 10 seconds. This can be adjusted as needed.
URL=the full path to this page... You should not use a partial path.